ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class
The type of the objects which will be stored in the collection. It should be derived from the BasePersistableObject class and have the default parameter-less constructor.
Members

In This Topic
    BaseCollection<T> Class
    In This Topic
    The BaseCollection<T> is a base generic class for all collections in C1Schedule object model.
    Object Model
    BaseCollection<T> Class
    Syntax
    'Declaration
     
    Public Class BaseCollection(Of T As BasePersistableObject) 
       Inherits C1.C1Schedule.C1ObservableKeyedCollection(Of Guid,T)
       Implements INotifyCollectionChanged 
    Type Parameters
    T
    The type of the objects which will be stored in the collection. It should be derived from the BasePersistableObject class and have the default parameter-less constructor.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
                C1.C1Schedule.BaseCollection<T>
                   C1.C1Schedule.AppointmentCollection
                   C1.C1Schedule.CategoryCollection
                   C1.C1Schedule.ContactCollection
                   C1.C1Schedule.LabelCollection
                   C1.C1Schedule.ResourceCollection
                   C1.C1Schedule.StatusCollection

    See Also